home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc1 / chktex.lha / chktex / config.msd < prev    next >
Text File  |  1996-04-30  |  2KB  |  66 lines

  1. /*
  2.  *  ChkTeX v1.4, configuration file for MS-DOS.
  3.  *  Copyright (C) 1995-96 Jens T. Berger Thielemann & Bj\o rn Ove Thue.
  4.  *
  5.  *  This program is free software; you can redistribute it and/or modify
  6.  *  it under the terms of the GNU General Public License as published by
  7.  *  the Free Software Foundation; either version 2 of the License, or
  8.  *  (at your option) any later version.
  9.  *
  10.  *  This program is distributed in the hope that it will be useful,
  11.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  *  GNU General Public License for more details.
  14.  *
  15.  *  You should have received a copy of the GNU General Public License
  16.  *  along with this program; if not, write to the Free Software
  17.  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  *
  19.  *  Contact the author at:
  20.  *              Jens Berger
  21.  *              Spektrumvn. 4
  22.  *              N-0666 Oslo
  23.  *              Norway
  24.  *              E-mail: <jensthi@ifi.uio.no>
  25.  *
  26.  *
  27.  */
  28.  
  29. /* Define to empty if the keyword does not work.  */
  30. /* #undef const */
  31.  
  32. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  33. /* #undef size_t */
  34.  
  35. /* Define if you have the ANSI C header files.  */
  36. #define STDC_HEADERS 1
  37.  
  38. /* Define if you don't have vprintf but do have _doprnt.  */
  39. /* #undef HAVE_DOPRNT */
  40.  
  41. /* Define if you have the vprintf function.  */
  42. #define HAVE_VPRINTF 1
  43.  
  44. /* Define if you have the strdup function.  */
  45. #define HAVE_STRDUP 1
  46.  
  47. /* Define if you have the strtol function.  */
  48. #define HAVE_STRTOL 1
  49.  
  50. /* Define if you have the strupr function.  */
  51. #define HAVE_STRUPR  1
  52.  
  53. /* Define if you have the strcasecmp function. */
  54. #define HAVE_STRCASECMP 1
  55. #define strcasecmp stricmp
  56.  
  57. /* Define if you have the access function. */
  58. #define HAVE_ACCESS 1
  59.  
  60. /* Define if you have the <limits.h> header file.  */
  61. #define HAVE_LIMITS_H 1
  62.  
  63. /* Define if you have the <unistd.h> header file.  */
  64. /* #undef HAVE_UNISTD_H */
  65.  
  66.